onFragmentAttached
open fun onFragmentAttached(@NonNull fm: FragmentManager, @NonNull f: Fragment, @NonNull context: Context)(source)
Called after the fragment has been attached to its host. Its host will have had onAttachFragment
called before this call happens.
Parameters
fm
Host FragmentManager
f
Fragment changing state
context
Context that the Fragment was attached to